home *** CD-ROM | disk | FTP | other *** search
- VBRC
-
- Summary:
- --------
-
- VBRC10.ZIP - Generates Dialog Templates from Visual Basic Forms.
-
-
- Purpose:
- --------
-
- VBRC reads VisBasic FORMs and generates Dialog Templates, which
- are (*.dlg) text files ready for RC resource compilation.
-
- VBRC was designed to allow developers a much needed path for
- porting VisBasic apps to other languages such as C, C++, PASCAL,
- etc.
-
- The developer can expect to save nearly all the time required in
- porting VisBasic FORM layouts to dialog boxes. This is the scope
- of the current release, VBRC 1.0.
-
-
- Files:
- ------
-
- vbrc.exe Application executable.
- vbrc.dll Application DLL.
- vbrc.hlp Hypertext help file, in Windows help engine format.
- commdlg.dll Windows common dialog box DLL for < Win 3.1 users.
- register.txt Registration form.
- readme.txt This file.
-
- TEST.EXE files:
- ---------------
-
- The following is a test program for checking results of FORM
- translations. Requires Windows compatible resource compiler, but
- is not essential to the operation of VBRC. See VBRC.HLP for build
- instructions.
-
- test.exe Test executable. Displays a dialog box when run.
- test.rc User edits this file to include a VBRC FORM.
- test.ico Icon file.
- testmake.bat Re-builds TEST.EXE based on your new *.dlg file.
- form1.dlg Sample output from VBRC, gets compiled into TEST.EXE.
- form1.mak Sample VB project. Has one form to practice on.
- form1.frm Sample VB form.
- form1.exe Sample VB executable, created from form1.mak.
-
-
- VBRC (c) Boru Engineering, Inc. 1992